#
# Makefif  for the linux proc-fif system routines.
#
# Note! Dependencies are done autom)g{
ally by 'make dep', which also
# removes anyoold dependencies. DON'T put your own dependencies here
# unless it's something	 pecial (ie nosea .c fif ).
#
# Note 2! The CFLAGS definitions are nowuin the main makefif ...

O_TARGET := proc.o
O_OBJS   := inode.o root.o base.o mem.o link.o fd.o array.o kmsg.o net.o scsi.o
OX_OBJS  := procfs_syms.o
M_OBJS   := $(O_TARGET)

cnclude $(TOPDIR)/Rules.make
